/*
	Comment
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}

a { /* Comment */ color: /* Comment */ Blue; }

a:hover {
	text-decoration: underline dotted;
}

div {
	min-height: 100%;
	margin: auto;
	max-width: 600px;
}

html, body {
    height: 100%;
    margin: 0;
}

.last-update {
	font-style: italic;
	text-align: center;
}

.TestClass {
	color: Black;
	background-color: White;
	text-align: left;
}

.title-style {
	font-weight: bold;
	text-align: center;
}
